*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 30 Oct 2006 23:24:18 +0000 (23:24 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 30 Oct 2006 23:24:18 +0000 (23:24 +0000)
lisp/ChangeLog

index d9980144f2566f845ae6fee7dad69283f59057f0..63557bbc338d1b52f1346a8a79b6bb0f0d618aaa 100644 (file)
@@ -1,3 +1,16 @@
+2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
+
+       * server.el: Add support for TCP sockets.
+       (server-use-tcp, server-host, server-auth-dir): New options.
+       (server-auth-key): New variable.
+       (server-ensure-safe-dir): Create nonexistent parent dirs.  Ignore
+       Unix-style file modes on Windows.
+       (server-start): Crete a TCP or Unix socket according to the value
+       of `server-use-tcp'.  For TCP sockets, create the id/auth file in
+       `server-auth-dir' directory.
+       (server-process-filter): Delete process if authentication
+       fails (which never happens for Unix sockets).
+
 2006-10-30  David Kastrup  <dak@gnu.org>
 
        * subr.el (add-to-list): Don't continue checking if a match has